home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / mac / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / •HC 2.0-6 / card_13301.txt < prev    next >
Text File  |  1990-04-06  |  4KB  |  175 lines

  1. -- card: 13301 from stack: in.0-6
  2. -- bmap block id: 13410
  3. -- flags: 0000
  4. -- background id: 9237
  5. -- name: See ReadyMade Btns
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=0 top=0 right=342 bottom=512
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Info 1
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   showFld
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 8 (button)
  28. -- low flags: 00
  29. -- high flags: 2000
  30. -- rect: left=138 top=117 right=286 bottom=493
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: Info 3
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   showFld
  42. end mouseUp
  43.  
  44.  
  45.  
  46. -- part 1 (field)
  47. -- low flags: 81
  48. -- high flags: 2004
  49. -- rect: left=19 top=10 right=117 bottom=251
  50. -- title width / last selected line: 0
  51. -- icon id / first selected line: 0 / 0
  52. -- text alignment: 0
  53. -- font id: 174
  54. -- text size: 14
  55. -- style flags: 0
  56. -- line height: 15
  57. -- part name: Info 1
  58. ----- HyperTalk script -----
  59. on mouseUp
  60.   hide me
  61. end mouseUp
  62.  
  63.  
  64.  
  65. -- part 3 (field)
  66. -- low flags: 01
  67. -- high flags: 2004
  68. -- rect: left=307 top=200 right=332 bottom=496
  69. -- title width / last selected line: 0
  70. -- icon id / first selected line: 0 / 0
  71. -- text alignment: 0
  72. -- font id: 174
  73. -- text size: 14
  74. -- style flags: 0
  75. -- line height: 15
  76. -- part name: 
  77. ----- HyperTalk script -----
  78. on mouseUp
  79. end mouseUp
  80.  
  81.  
  82.  
  83. -- part 4 (button)
  84. -- low flags: 00
  85. -- high flags: 2000
  86. -- rect: left=456 top=300 right=329 bottom=493
  87. -- title width / last selected line: 0
  88. -- icon id / first selected line: 5233 / 5233
  89. -- text alignment: 1
  90. -- font id: 0
  91. -- text size: 12
  92. -- style flags: 0
  93. -- line height: 16
  94. -- part name: returnArrow
  95. ----- HyperTalk script -----
  96. on mouseUp
  97.   visual zoom close
  98.   go cd "ReadyMade Btns" of stack "‚Ä¢HC 2.0-2"
  99. end mouseUp
  100.  
  101.  
  102.  
  103. -- part 5 (button)
  104. -- low flags: 00
  105. -- high flags: 2000
  106. -- rect: left=28 top=160 right=333 bottom=115
  107. -- title width / last selected line: 0
  108. -- icon id / first selected line: 0 / 0
  109. -- text alignment: 1
  110. -- font id: 0
  111. -- text size: 12
  112. -- style flags: 0
  113. -- line height: 16
  114. -- part name: Info 2
  115. ----- HyperTalk script -----
  116. on mouseUp
  117.   showFld
  118. end mouseUp
  119.  
  120.  
  121.  
  122. -- part 7 (field)
  123. -- low flags: 81
  124. -- high flags: 2004
  125. -- rect: left=114 top=168 right=330 bottom=238
  126. -- title width / last selected line: 0
  127. -- icon id / first selected line: 0 / 0
  128. -- text alignment: 0
  129. -- font id: 174
  130. -- text size: 14
  131. -- style flags: 0
  132. -- line height: 15
  133. -- part name: Info 2
  134. ----- HyperTalk script -----
  135. on mouseUp
  136.   hide me
  137. end mouseUp
  138.  
  139.  
  140.  
  141. -- part 9 (field)
  142. -- low flags: 81
  143. -- high flags: 2004
  144. -- rect: left=71 top=13 right=116 bottom=417
  145. -- title width / last selected line: 0
  146. -- icon id / first selected line: 0 / 0
  147. -- text alignment: 0
  148. -- font id: 174
  149. -- text size: 14
  150. -- style flags: 0
  151. -- line height: 15
  152. -- part name: Info 3
  153. ----- HyperTalk script -----
  154. on mouseUp
  155.   hide me
  156. end mouseUp
  157.  
  158.  
  159.  
  160. -- part contents for card part 1
  161. ----- text -----
  162. This is the first card of the Readymade Buttons stack. On the other cards of this stack are buttons you can paste directly into your own stacks‚Äîthe buttons carry their functions with them.
  163.  
  164. -- part contents for card part 3
  165. ----- text -----
  166. Here is the first card of this stack‚Äînotice the list of the kinds of buttons you can copy from here (and notice also how there are buttons here to link you to other stacks).
  167.  
  168. -- part contents for card part 7
  169. ----- text -----
  170. Here are three buttons. The first and last link you to other stacks; the second takes you to instructions for using the readymade buttons.
  171.  
  172.  
  173. -- part contents for card part 9
  174. ----- text -----
  175. This list is a menu: you click on the options, and you will go to a card containing buttons. The buttons perform the actions indicated by the options. You just copy the button you want, and paste it into the stack where you want it. You can also modify the button‚Äôs script to customize it for your needs.